From: robertl Date: Wed, 19 May 2010 11:53:07 +0000 (+0000) Subject: Run lupdate and lrelease when building Mac GUI. (Why Mac? Because it gets X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~17^2~32 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=89a2a8c18e54a5f0fbe703b75437da7d5ecc3ad5;p=gpsbabel.git Run lupdate and lrelease when building Mac GUI. (Why Mac? Because it gets done regularly and I couldn't find a better place...) --- diff --git a/Makefile.in b/Makefile.in index d9fae656c..73a8e5ffa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -349,6 +349,8 @@ mac-gui: gpsbabel file gpsbabel | grep '2 architectures' || exit 1 file gui/objects/gpsbabelfe-bin.app/Contents/MacOS/gpsbabelfe-bin | grep '2 architectures' || exit 1 cd gui ; qmake && xcodebuild + lupdate + lrelease cp gpsbabel gui/objects/gpsbabelfe-bin.app/Contents/MacOS cp -r gui/help gui/objects/gpsbabelfe-bin.app/Contents/MacOS cp gui/gmapbase.html gui/objects/gpsbabelfe-bin.app/Contents/MacOS